home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
.net 2002 March
/
DotNetMagazine-Issue107-Coverdisc-NET107-02-03-PCMac.bin
/
pc
/
PC Software
/
free_browsing
/
DavesQckSearchDbar3-14
/
dqsd.exe
/
searches
/
unip.xml
< prev
next >
Wrap
Text File
|
2002-09-27
|
2KB
|
60 lines
<search function="unip">
<name>Uniplus DNS</name>
<description>Dig on a DNS address
<div class="helpboxDescLabels">Examples:</div>
<table class="helpboxDescTable">
<tr>
<td>unip yahoo.com</td>
</tr>
<tr>
<td>unip email.com /MX</td>
</tr>
</table>
</description>
<category>Computers</category>
<link>http://www.uniplus.ch/cgi-bin/dig.cgi</link>
<contributor>Bjorn Jonson</contributor>
<email>bjornjonson2000_at_yahoo_dot_com</email>
<form name="unipf"
action="http://www.uniplus.ch/cgi-bin/dig.cgi">
<input type="hidden" name="action" value="process"/>
<input type="hidden" name="domain"/>
<input type="hidden" name="type" value="ANY"/>
<input type="hidden" name="atserver" value=""/>
<input type="hidden" name="x" value="0"/>
<input type="hidden" name="y" value="0"/>
</form>
<script><![CDATA[
function unip(q)
{
var suffix;
var result;
var args = parseArgs(q, "mx");
if (q == "")
openSearchWindow("http://www.uniplus.ch/cgi-bin/dig.cgi");
else if( args.switches.length == 1 )
{
if( args.switches[0].name == "mx" )
{
document.unipf.domain.value = args.q;
document.unipf.type.value = "MX";
submitForm(unipf);
}
}
else
{
document.unipf.domain.value = args.q;
document.unipf.type.value = "ANY";
submitForm(unipf);
}
}
]]></script>
<copyright>
Copyright (c) 2002 David Bau
Distributed under the terms of the
GNU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
</copyright>
</search>